home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 2
/
SPACE - Library 2 - Volume 1.iso
/
apps
/
102
/
examples
/
exbconin.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1987-01-25
|
215 b
|
8 lines
/* p. 199 MWC Ref.Manual CJPurcell Dec'86 */
#include <osbind.h>
main()
{
Cconws("This is a NUL-terminated string . Press any key to return!\r\n");
Bconin(2);
}